12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "es6-symbol@~3.1.1",
  3. "_id": "es6-symbol@3.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=",
  6. "_location": "/es6-symbol",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es6-symbol@~3.1.1",
  12. "name": "es6-symbol",
  13. "escapedName": "es6-symbol",
  14. "rawSpec": "~3.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.1.1"
  17. },
  18. "_requiredBy": [
  19. "/es5-ext",
  20. "/es6-iterator",
  21. "/es6-map",
  22. "/es6-set",
  23. "/es6-weak-map"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
  26. "_shasum": "bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77",
  27. "_spec": "es6-symbol@~3.1.1",
  28. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/es6-map",
  29. "author": {
  30. "name": "Mariusz Nowak",
  31. "email": "medyk@medikoo.com",
  32. "url": "http://www.medikoo.com/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/medikoo/es6-symbol/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "d": "1",
  40. "es5-ext": "~0.10.14"
  41. },
  42. "deprecated": false,
  43. "description": "ECMAScript 6 Symbol 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-symbol#readme",
  50. "keywords": [
  51. "symbol",
  52. "private",
  53. "property",
  54. "es6",
  55. "ecmascript",
  56. "harmony",
  57. "ponyfill",
  58. "polyfill"
  59. ],
  60. "license": "MIT",
  61. "name": "es6-symbol",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/medikoo/es6-symbol.git"
  65. },
  66. "scripts": {
  67. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  68. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  69. "test": "node ./node_modules/tad/bin/tad"
  70. },
  71. "version": "3.1.1"
  72. }