package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "acorn-dynamic-import@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack"
  6. ]
  7. ],
  8. "_from": "acorn-dynamic-import@>=2.0.0 <3.0.0",
  9. "_id": "acorn-dynamic-import@2.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/acorn-dynamic-import",
  13. "_nodeVersion": "4.7.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/acorn-dynamic-import-2.0.2.tgz_1488318955046_0.037065627751871943"
  17. },
  18. "_npmUser": {
  19. "email": "jordangens@gmail.com",
  20. "name": "jordangens"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "acorn-dynamic-import",
  26. "raw": "acorn-dynamic-import@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz",
  36. "_shasum": "c752bd210bef679501b6c6cb7fc84f8f47158cc4",
  37. "_shrinkwrap": null,
  38. "_spec": "acorn-dynamic-import@^2.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack",
  40. "author": {
  41. "email": "jordangens@gmail.com",
  42. "name": "Jordan Gensler"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/kesne/acorn-dynamic-import/issues"
  46. },
  47. "dependencies": {
  48. "acorn": "^4.0.3"
  49. },
  50. "description": "Support dynamic imports in acorn",
  51. "devDependencies": {
  52. "babel-cli": "^6.18.0",
  53. "babel-eslint": "^7.1.1",
  54. "babel-preset-airbnb": "^2.1.1",
  55. "babel-register": "^6.18.0",
  56. "chai": "^3.0.0",
  57. "eslint": "^3.10.2",
  58. "eslint-config-airbnb-base": "^10.0.1",
  59. "eslint-plugin-import": "^2.2.0",
  60. "in-publish": "^2.0.0",
  61. "mocha": "^2.2.5",
  62. "rimraf": "^2.5.4",
  63. "safe-publish-latest": "^1.1.1"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "c752bd210bef679501b6c6cb7fc84f8f47158cc4",
  68. "tarball": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz"
  69. },
  70. "gitHead": "bbde06efe095935575ec6454223d0a1d3b4e748e",
  71. "homepage": "https://github.com/kesne/acorn-dynamic-import",
  72. "license": "MIT",
  73. "main": "lib/index.js",
  74. "maintainers": [
  75. {
  76. "name": "jordangens",
  77. "email": "jordangens@gmail.com"
  78. }
  79. ],
  80. "name": "acorn-dynamic-import",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/kesne/acorn-dynamic-import.git"
  86. },
  87. "scripts": {
  88. "build": "babel src --out-dir lib",
  89. "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
  90. "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
  91. "lint": "eslint .",
  92. "postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
  93. "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
  94. "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
  95. "tag": "git tag v$npm_package_version",
  96. "test": "npm run lint && npm run tests-only",
  97. "tests-only": "mocha",
  98. "version:major": "npm --no-git-tag-version version major",
  99. "version:minor": "npm --no-git-tag-version version minor",
  100. "version:patch": "npm --no-git-tag-version version patch"
  101. },
  102. "version": "2.0.2"
  103. }