package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "prr@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "prr@1.0.1",
  10. "_id": "prr@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=",
  13. "_location": "/prr",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "prr@1.0.1",
  19. "name": "prr",
  20. "escapedName": "prr",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/errno"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/prr/download/prr-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Rod Vagg",
  33. "email": "rod@vagg.org",
  34. "url": "https://github.com/rvagg"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/rvagg/prr/issues"
  38. },
  39. "dependencies": {},
  40. "description": "A better Object.defineProperty()",
  41. "devDependencies": {
  42. "tap": "*"
  43. },
  44. "homepage": "https://github.com/rvagg/prr",
  45. "keywords": [
  46. "property",
  47. "properties",
  48. "defineProperty",
  49. "ender"
  50. ],
  51. "license": "MIT",
  52. "main": "./prr.js",
  53. "name": "prr",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/rvagg/prr.git"
  57. },
  58. "scripts": {
  59. "test": "node ./test.js"
  60. },
  61. "version": "1.0.1"
  62. }