package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "es6-map@^0.1.3",
  5. "/home/seleznev/project Angular/Quality system/node_modules/escope"
  6. ]
  7. ],
  8. "_from": "es6-map@>=0.1.3 <0.2.0",
  9. "_id": "es6-map@0.1.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/es6-map",
  13. "_nodeVersion": "4.8.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/es6-map-0.1.5.tgz_1489767956347_0.803560264641419"
  17. },
  18. "_npmUser": {
  19. "email": "medikoo+npm@medikoo.com",
  20. "name": "medikoo"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "es6-map",
  26. "raw": "es6-map@^0.1.3",
  27. "rawSpec": "^0.1.3",
  28. "scope": null,
  29. "spec": ">=0.1.3 <0.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/escope"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz",
  36. "_shasum": "9136e0503dcc06a301690f0bb14ff4e364e949f0",
  37. "_shrinkwrap": null,
  38. "_spec": "es6-map@^0.1.3",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/escope",
  40. "author": {
  41. "email": "medyk@medikoo.com",
  42. "name": "Mariusz Nowak",
  43. "url": "http://www.medikoo.com/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/medikoo/es6-map/issues"
  47. },
  48. "dependencies": {
  49. "d": "1",
  50. "es5-ext": "~0.10.14",
  51. "es6-iterator": "~2.0.1",
  52. "es6-set": "~0.1.5",
  53. "es6-symbol": "~3.1.1",
  54. "event-emitter": "~0.3.5"
  55. },
  56. "description": "ECMAScript6 Map polyfill",
  57. "devDependencies": {
  58. "tad": "~0.2.7",
  59. "xlint": "~0.2.2",
  60. "xlint-jslint-medikoo": "~0.1.4"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "9136e0503dcc06a301690f0bb14ff4e364e949f0",
  65. "tarball": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz"
  66. },
  67. "gitHead": "901fee71166dd5bc4b515b619521ae403a95472e",
  68. "homepage": "https://github.com/medikoo/es6-map#readme",
  69. "keywords": [
  70. "collection",
  71. "ecmascript",
  72. "es6",
  73. "harmony",
  74. "hash",
  75. "list",
  76. "map",
  77. "polyfill",
  78. "ponyfill",
  79. "shim"
  80. ],
  81. "license": "MIT",
  82. "maintainers": [
  83. {
  84. "name": "medikoo",
  85. "email": "medikoo+npm@medikoo.com"
  86. }
  87. ],
  88. "name": "es6-map",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/medikoo/es6-map.git"
  94. },
  95. "scripts": {
  96. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  97. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  98. "test": "node ./node_modules/tad/bin/tad"
  99. },
  100. "version": "0.1.5"
  101. }