package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "escope@^3.6.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack"
  6. ]
  7. ],
  8. "_from": "escope@>=3.6.0 <4.0.0",
  9. "_id": "escope@3.6.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/escope",
  13. "_nodeVersion": "0.12.9",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/escope-3.6.0.tgz_1457720018969_0.025237560039386153"
  17. },
  18. "_npmUser": {
  19. "email": "nicholas@nczconsulting.com",
  20. "name": "nzakas"
  21. },
  22. "_npmVersion": "2.14.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "escope",
  26. "raw": "escope@^3.6.0",
  27. "rawSpec": "^3.6.0",
  28. "scope": null,
  29. "spec": ">=3.6.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
  36. "_shasum": "e01975e812781a163a6dadfdd80398dc64c889c3",
  37. "_shrinkwrap": null,
  38. "_spec": "escope@^3.6.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack",
  40. "bugs": {
  41. "url": "https://github.com/estools/escope/issues"
  42. },
  43. "dependencies": {
  44. "es6-map": "^0.1.3",
  45. "es6-weak-map": "^2.0.1",
  46. "esrecurse": "^4.1.0",
  47. "estraverse": "^4.1.1"
  48. },
  49. "description": "ECMAScript scope analyzer",
  50. "devDependencies": {
  51. "babel": "^6.3.26",
  52. "babel-preset-es2015": "^6.3.13",
  53. "babel-register": "^6.3.13",
  54. "browserify": "^13.0.0",
  55. "chai": "^3.4.1",
  56. "espree": "^3.1.1",
  57. "esprima": "^2.7.1",
  58. "gulp": "^3.9.0",
  59. "gulp-babel": "^6.1.1",
  60. "gulp-bump": "^1.0.0",
  61. "gulp-eslint": "^1.1.1",
  62. "gulp-espower": "^1.0.2",
  63. "gulp-filter": "^3.0.1",
  64. "gulp-git": "^1.6.1",
  65. "gulp-mocha": "^2.2.0",
  66. "gulp-plumber": "^1.0.1",
  67. "gulp-sourcemaps": "^1.6.0",
  68. "gulp-tag-version": "^1.3.0",
  69. "jsdoc": "^3.4.0",
  70. "lazypipe": "^1.0.1",
  71. "vinyl-source-stream": "^1.1.0"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "e01975e812781a163a6dadfdd80398dc64c889c3",
  76. "tarball": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
  77. },
  78. "engines": {
  79. "node": ">=0.4.0"
  80. },
  81. "gitHead": "aa35861faa76a09f01203dee3497a939d70b463c",
  82. "homepage": "http://github.com/estools/escope",
  83. "license": "BSD-2-Clause",
  84. "main": "lib/index.js",
  85. "maintainers": [
  86. {
  87. "name": "constellation",
  88. "email": "utatane.tea@gmail.com"
  89. },
  90. {
  91. "name": "michaelficarra",
  92. "email": "npm@michael.ficarra.me"
  93. },
  94. {
  95. "name": "nzakas",
  96. "email": "nicholas@nczconsulting.com"
  97. }
  98. ],
  99. "name": "escope",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/estools/escope.git"
  105. },
  106. "scripts": {
  107. "jsdoc": "jsdoc src/*.js README.md",
  108. "lint": "gulp lint",
  109. "test": "gulp travis",
  110. "unit-test": "gulp test"
  111. },
  112. "version": "3.6.0"
  113. }