项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Deze repo is gearchiveerd. U kunt bestanden bekijken en het klonen, maar niet pushen of problemen/pull-requests openen.
 
 
 
 

77 regels
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "d@1.0.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "d@1.0.0",
  10. "_id": "d@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=",
  13. "_location": "/d",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "d@1.0.0",
  19. "name": "d",
  20. "escapedName": "d",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/es6-iterator",
  27. "/es6-map",
  28. "/es6-set",
  29. "/es6-symbol",
  30. "/es6-weak-map",
  31. "/event-emitter"
  32. ],
  33. "_resolved": "http://registry.npmjs.org/d/-/d-1.0.0.tgz",
  34. "_spec": "1.0.0",
  35. "_where": "D:\\A易云\\YiYunJianZhu",
  36. "author": {
  37. "name": "Mariusz Nowak",
  38. "email": "medyk@medikoo.com",
  39. "url": "http://www.medikoo.com/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/medikoo/d/issues"
  43. },
  44. "dependencies": {
  45. "es5-ext": "^0.10.9"
  46. },
  47. "description": "Property descriptor factory",
  48. "devDependencies": {
  49. "tad": "^0.2.4",
  50. "xlint": "^0.2.2",
  51. "xlint-jslint-medikoo": "^0.1.4"
  52. },
  53. "homepage": "https://github.com/medikoo/d#readme",
  54. "keywords": [
  55. "descriptor",
  56. "es",
  57. "ecmascript",
  58. "ecma",
  59. "property",
  60. "descriptors",
  61. "meta",
  62. "properties"
  63. ],
  64. "license": "MIT",
  65. "name": "d",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/medikoo/d.git"
  69. },
  70. "scripts": {
  71. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  72. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  73. "test": "node node_modules/tad/bin/tad"
  74. },
  75. "version": "1.0.0"
  76. }