package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "esutils@2.0.2",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "esutils@2.0.2",
  9. "_id": "esutils@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
  12. "_location": "/esutils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "esutils@2.0.2",
  18. "name": "esutils",
  19. "escapedName": "esutils",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/escodegen"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
  28. "_spec": "2.0.2",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "bugs": {
  31. "url": "https://github.com/estools/esutils/issues"
  32. },
  33. "description": "utility box for ECMAScript language tools",
  34. "devDependencies": {
  35. "chai": "~1.7.2",
  36. "coffee-script": "~1.6.3",
  37. "jshint": "2.6.3",
  38. "mocha": "~2.2.1",
  39. "regenerate": "~1.2.1",
  40. "unicode-7.0.0": "^0.1.5"
  41. },
  42. "directories": {
  43. "lib": "./lib"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "LICENSE.BSD",
  50. "README.md",
  51. "lib"
  52. ],
  53. "homepage": "https://github.com/estools/esutils",
  54. "licenses": [
  55. {
  56. "type": "BSD",
  57. "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
  58. }
  59. ],
  60. "main": "lib/utils.js",
  61. "maintainers": [
  62. {
  63. "name": "Yusuke Suzuki",
  64. "email": "utatane.tea@gmail.com",
  65. "url": "http://github.com/Constellation"
  66. }
  67. ],
  68. "name": "esutils",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+ssh://git@github.com/estools/esutils.git"
  72. },
  73. "scripts": {
  74. "generate-regex": "node tools/generate-identifier-regex.js",
  75. "lint": "jshint lib/*.js",
  76. "test": "npm run-script lint && npm run-script unit-test",
  77. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  78. },
  79. "version": "2.0.2"
  80. }