package.json 2.5 KB

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