package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "prr@~0.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/errno"
  6. ]
  7. ],
  8. "_from": "prr@>=0.0.0 <0.1.0",
  9. "_id": "prr@0.0.0",
  10. "_inCache": true,
  11. "_location": "/prr",
  12. "_npmUser": {
  13. "email": "rod@vagg.org",
  14. "name": "rvagg"
  15. },
  16. "_npmVersion": "1.2.15",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "prr",
  20. "raw": "prr@~0.0.0",
  21. "rawSpec": "~0.0.0",
  22. "scope": null,
  23. "spec": ">=0.0.0 <0.1.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/errno"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz",
  30. "_shasum": "1a84b85908325501411853d0081ee3fa86e2926a",
  31. "_shrinkwrap": null,
  32. "_spec": "prr@~0.0.0",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/errno",
  34. "authors": [
  35. "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)"
  36. ],
  37. "dependencies": {},
  38. "description": "A better Object.defineProperty()",
  39. "devDependencies": {
  40. "tap": "*"
  41. },
  42. "directories": {},
  43. "dist": {
  44. "shasum": "1a84b85908325501411853d0081ee3fa86e2926a",
  45. "tarball": "http://registry.npmjs.org/prr/-/prr-0.0.0.tgz"
  46. },
  47. "homepage": "https://github.com/rvagg/prr",
  48. "installable": true,
  49. "keywords": [
  50. "defineProperty",
  51. "ender",
  52. "properties",
  53. "property"
  54. ],
  55. "license": "MIT",
  56. "main": "./prr.js",
  57. "maintainers": [
  58. {
  59. "name": "rvagg",
  60. "email": "rod@vagg.org"
  61. }
  62. ],
  63. "name": "prr",
  64. "optionalDependencies": {},
  65. "repository": {
  66. "type": "git",
  67. "url": "https://github.com/rvagg/prr.git"
  68. },
  69. "scripts": {
  70. "test": "node ./test.js"
  71. },
  72. "version": "0.0.0"
  73. }