package.json 1.9KB

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