package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "pn@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pn@1.1.0",
  10. "_id": "pn@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-4vTO8OIZ9GPBeas3Rj5OHs3Muvs=",
  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. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/pn/download/pn-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "C. Scott Ananian"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/cscott/node-pn/issues"
  36. },
  37. "description": "Promisify the node standard library.",
  38. "devDependencies": {
  39. "es6-shim": "~0.35.3",
  40. "mocha": "~3.5.0",
  41. "prfun": "~2.1.4"
  42. },
  43. "homepage": "https://github.com/cscott/node-pn#readme",
  44. "keywords": [
  45. "promise",
  46. "node"
  47. ],
  48. "license": "MIT",
  49. "name": "pn",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/cscott/node-pn.git"
  53. },
  54. "scripts": {
  55. "generate": "scripts/generate.js",
  56. "test": "mocha"
  57. },
  58. "version": "1.1.0"
  59. }