package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "esutils@^2.0.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/babel-code-frame"
  6. ]
  7. ],
  8. "_from": "esutils@>=2.0.2 <3.0.0",
  9. "_id": "esutils@2.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/esutils",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "npm@michael.ficarra.me",
  16. "name": "michaelficarra"
  17. },
  18. "_npmVersion": "2.5.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "esutils",
  22. "raw": "esutils@^2.0.2",
  23. "rawSpec": "^2.0.2",
  24. "scope": null,
  25. "spec": ">=2.0.2 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/babel-code-frame",
  30. "/babel-types"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
  33. "_shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
  34. "_shrinkwrap": null,
  35. "_spec": "esutils@^2.0.2",
  36. "_where": "/home/seleznev/project Angular/Quality system/node_modules/babel-code-frame",
  37. "bugs": {
  38. "url": "https://github.com/estools/esutils/issues"
  39. },
  40. "dependencies": {},
  41. "description": "utility box for ECMAScript language tools",
  42. "devDependencies": {
  43. "chai": "~1.7.2",
  44. "coffee-script": "~1.6.3",
  45. "jshint": "2.6.3",
  46. "mocha": "~2.2.1",
  47. "regenerate": "~1.2.1",
  48. "unicode-7.0.0": "^0.1.5"
  49. },
  50. "directories": {
  51. "lib": "./lib"
  52. },
  53. "dist": {
  54. "shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
  55. "tarball": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "LICENSE.BSD",
  62. "README.md",
  63. "lib"
  64. ],
  65. "gitHead": "3ffd1c403f3f29db9e8a9574b1895682e57b6a7f",
  66. "homepage": "https://github.com/estools/esutils",
  67. "licenses": [
  68. {
  69. "type": "BSD",
  70. "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
  71. }
  72. ],
  73. "main": "lib/utils.js",
  74. "maintainers": [
  75. {
  76. "name": "constellation",
  77. "email": "utatane.tea@gmail.com"
  78. },
  79. {
  80. "name": "michaelficarra",
  81. "email": "npm@michael.ficarra.me"
  82. }
  83. ],
  84. "name": "esutils",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+ssh://git@github.com/estools/esutils.git"
  90. },
  91. "scripts": {
  92. "generate-regex": "node tools/generate-identifier-regex.js",
  93. "lint": "jshint lib/*.js",
  94. "test": "npm run-script lint && npm run-script unit-test",
  95. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  96. },
  97. "version": "2.0.2"
  98. }