package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "es6-weak-map@^0.1.2",
  6. "scope": null,
  7. "escapedName": "es6-weak-map",
  8. "name": "es6-weak-map",
  9. "rawSpec": "^0.1.2",
  10. "spec": ">=0.1.2 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/loredan13/projects/atom/qsp/node_modules/emissary"
  14. ]
  15. ],
  16. "_from": "es6-weak-map@>=0.1.2 <0.2.0",
  17. "_id": "[email protected]",
  18. "_inCache": true,
  19. "_location": "/es6-weak-map",
  20. "_nodeVersion": "0.12.2",
  21. "_npmUser": {
  22. "name": "medikoo",
  23. "email": "[email protected]"
  24. },
  25. "_npmVersion": "2.7.4",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "es6-weak-map@^0.1.2",
  29. "scope": null,
  30. "escapedName": "es6-weak-map",
  31. "name": "es6-weak-map",
  32. "rawSpec": "^0.1.2",
  33. "spec": ">=0.1.2 <0.2.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/emissary",
  38. "/property-accessors"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz",
  41. "_shasum": "706cef9e99aa236ba7766c239c8b9e286ea7d228",
  42. "_shrinkwrap": null,
  43. "_spec": "es6-weak-map@^0.1.2",
  44. "_where": "/home/loredan13/projects/atom/qsp/node_modules/emissary",
  45. "author": {
  46. "name": "Mariusz Nowak",
  47. "email": "[email protected]",
  48. "url": "http://www.medikoo.com/"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/medikoo/es6-weak-map/issues"
  52. },
  53. "dependencies": {
  54. "d": "~0.1.1",
  55. "es5-ext": "~0.10.6",
  56. "es6-iterator": "~0.1.3",
  57. "es6-symbol": "~2.0.1"
  58. },
  59. "description": "ECMAScript6 WeakMap polyfill",
  60. "devDependencies": {
  61. "tad": "~0.2.2"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "706cef9e99aa236ba7766c239c8b9e286ea7d228",
  66. "tarball": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-0.1.4.tgz"
  67. },
  68. "gitHead": "e68802395b82a700257374c379cfaafe84ee8552",
  69. "homepage": "https://github.com/medikoo/es6-weak-map",
  70. "keywords": [
  71. "map",
  72. "weakmap",
  73. "collection",
  74. "es6",
  75. "harmony",
  76. "list",
  77. "hash",
  78. "gc"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "medikoo",
  84. "email": "[email protected]"
  85. }
  86. ],
  87. "name": "es6-weak-map",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/medikoo/es6-weak-map.git"
  93. },
  94. "scripts": {
  95. "test": "node ./node_modules/tad/bin/tad"
  96. },
  97. "version": "0.1.4"
  98. }