package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "es6-symbol@^3.0.2",
  6. "scope": null,
  7. "escapedName": "es6-symbol",
  8. "name": "es6-symbol",
  9. "rawSpec": "^3.0.2",
  10. "spec": ">=3.0.2 <4.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/array-index"
  14. ]
  15. ],
  16. "_from": "es6-symbol@>=3.0.2 <4.0.0",
  17. "_id": "es6-symbol@3.1.0",
  18. "_inCache": true,
  19. "_location": "/es6-symbol",
  20. "_nodeVersion": "4.4.5",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/es6-symbol-3.1.0.tgz_1464960261964_0.3645231726113707"
  24. },
  25. "_npmUser": {
  26. "name": "medikoo",
  27. "email": "medikoo+npm@medikoo.com"
  28. },
  29. "_npmVersion": "2.15.5",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "es6-symbol@^3.0.2",
  33. "scope": null,
  34. "escapedName": "es6-symbol",
  35. "name": "es6-symbol",
  36. "rawSpec": "^3.0.2",
  37. "spec": ">=3.0.2 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/array-index",
  42. "/es5-ext",
  43. "/es6-iterator"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz",
  46. "_shasum": "94481c655e7a7cad82eba832d97d5433496d7ffa",
  47. "_shrinkwrap": null,
  48. "_spec": "es6-symbol@^3.0.2",
  49. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/array-index",
  50. "author": {
  51. "name": "Mariusz Nowak",
  52. "email": "medyk@medikoo.com",
  53. "url": "http://www.medikoo.com/"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/medikoo/es6-symbol/issues"
  57. },
  58. "dependencies": {
  59. "d": "~0.1.1",
  60. "es5-ext": "~0.10.11"
  61. },
  62. "description": "ECMAScript 6 Symbol polyfill",
  63. "devDependencies": {
  64. "tad": "~0.2.4",
  65. "xlint": "~0.2.2",
  66. "xlint-jslint-medikoo": "~0.1.4"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "94481c655e7a7cad82eba832d97d5433496d7ffa",
  71. "tarball": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz"
  72. },
  73. "gitHead": "f84175053e9cad6a1230f3b7cc13e078c3fcc12f",
  74. "homepage": "https://github.com/medikoo/es6-symbol#readme",
  75. "keywords": [
  76. "symbol",
  77. "private",
  78. "property",
  79. "es6",
  80. "ecmascript",
  81. "harmony",
  82. "ponyfill",
  83. "polyfill"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "medikoo",
  89. "email": "medikoo+npm@medikoo.com"
  90. }
  91. ],
  92. "name": "es6-symbol",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/medikoo/es6-symbol.git"
  98. },
  99. "scripts": {
  100. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  101. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  102. "test": "node ./node_modules/tad/bin/tad"
  103. },
  104. "version": "3.1.0"
  105. }