package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "pn@1.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pn@1.1.0",
  10. "_id": "pn@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==",
  13. "_location": "/pn",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pn@1.1.0",
  19. "name": "pn",
  20. "escapedName": "pn",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "C. Scott Ananian"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/cscott/node-pn/issues"
  37. },
  38. "description": "Promisify the node standard library.",
  39. "devDependencies": {
  40. "es6-shim": "~0.35.3",
  41. "mocha": "~3.5.0",
  42. "prfun": "~2.1.4"
  43. },
  44. "homepage": "https://github.com/cscott/node-pn#readme",
  45. "keywords": [
  46. "promise",
  47. "node"
  48. ],
  49. "license": "MIT",
  50. "name": "pn",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/cscott/node-pn.git"
  54. },
  55. "scripts": {
  56. "generate": "scripts/generate.js",
  57. "test": "mocha"
  58. },
  59. "version": "1.1.0"
  60. }