package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "d@1.0.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_from": "d@1.0.0",
  9. "_id": "d@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=",
  12. "_location": "/d",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d@1.0.0",
  18. "name": "d",
  19. "escapedName": "d",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/es6-iterator",
  26. "/es6-symbol",
  27. "/es6-weak-map",
  28. "/event-emitter",
  29. "/memoizee"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
  32. "_spec": "1.0.0",
  33. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  34. "author": {
  35. "name": "Mariusz Nowak",
  36. "email": "medyk@medikoo.com",
  37. "url": "http://www.medikoo.com/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/medikoo/d/issues"
  41. },
  42. "dependencies": {
  43. "es5-ext": "^0.10.9"
  44. },
  45. "description": "Property descriptor factory",
  46. "devDependencies": {
  47. "tad": "^0.2.4",
  48. "xlint": "^0.2.2",
  49. "xlint-jslint-medikoo": "^0.1.4"
  50. },
  51. "homepage": "https://github.com/medikoo/d#readme",
  52. "keywords": [
  53. "descriptor",
  54. "es",
  55. "ecmascript",
  56. "ecma",
  57. "property",
  58. "descriptors",
  59. "meta",
  60. "properties"
  61. ],
  62. "license": "MIT",
  63. "name": "d",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/medikoo/d.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": "1.0.0"
  74. }