package.json 1.8 KB

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