package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "esutils@2.0.2",
  5. "D:\\projects\\dealer_front"
  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. "/babel-code-frame",
  26. "/babel-plugin-transform-vue-jsx",
  27. "/babel-types"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
  30. "_spec": "2.0.2",
  31. "_where": "D:\\projects\\dealer_front",
  32. "bugs": {
  33. "url": "https://github.com/estools/esutils/issues"
  34. },
  35. "description": "utility box for ECMAScript language tools",
  36. "devDependencies": {
  37. "chai": "~1.7.2",
  38. "coffee-script": "~1.6.3",
  39. "jshint": "2.6.3",
  40. "mocha": "~2.2.1",
  41. "regenerate": "~1.2.1",
  42. "unicode-7.0.0": "^0.1.5"
  43. },
  44. "directories": {
  45. "lib": "./lib"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "LICENSE.BSD",
  52. "README.md",
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/estools/esutils",
  56. "licenses": [
  57. {
  58. "type": "BSD",
  59. "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
  60. }
  61. ],
  62. "main": "lib/utils.js",
  63. "maintainers": [
  64. {
  65. "name": "Yusuke Suzuki",
  66. "email": "utatane.tea@gmail.com",
  67. "url": "http://github.com/Constellation"
  68. }
  69. ],
  70. "name": "esutils",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+ssh://git@github.com/estools/esutils.git"
  74. },
  75. "scripts": {
  76. "generate-regex": "node tools/generate-identifier-regex.js",
  77. "lint": "jshint lib/*.js",
  78. "test": "npm run-script lint && npm run-script unit-test",
  79. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  80. },
  81. "version": "2.0.2"
  82. }