package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "es6-map@0.1.5",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es6-map@0.1.5",
  10. "_id": "es6-map@0.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=",
  13. "_location": "/es6-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es6-map@0.1.5",
  19. "name": "es6-map",
  20. "escapedName": "es6-map",
  21. "rawSpec": "0.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.5"
  24. },
  25. "_requiredBy": [
  26. "/escope"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz",
  29. "_spec": "0.1.5",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Mariusz Nowak",
  33. "email": "medyk@medikoo.com",
  34. "url": "http://www.medikoo.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/medikoo/es6-map/issues"
  38. },
  39. "dependencies": {
  40. "d": "1",
  41. "es5-ext": "~0.10.14",
  42. "es6-iterator": "~2.0.1",
  43. "es6-set": "~0.1.5",
  44. "es6-symbol": "~3.1.1",
  45. "event-emitter": "~0.3.5"
  46. },
  47. "description": "ECMAScript6 Map polyfill",
  48. "devDependencies": {
  49. "tad": "~0.2.7",
  50. "xlint": "~0.2.2",
  51. "xlint-jslint-medikoo": "~0.1.4"
  52. },
  53. "homepage": "https://github.com/medikoo/es6-map#readme",
  54. "keywords": [
  55. "collection",
  56. "es6",
  57. "shim",
  58. "harmony",
  59. "list",
  60. "hash",
  61. "map",
  62. "polyfill",
  63. "ponyfill",
  64. "ecmascript"
  65. ],
  66. "license": "MIT",
  67. "name": "es6-map",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/medikoo/es6-map.git"
  71. },
  72. "scripts": {
  73. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  74. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  75. "test": "node ./node_modules/tad/bin/tad"
  76. },
  77. "version": "0.1.5"
  78. }