package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "is-scoped@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/yeoman-environment"
  6. ]
  7. ],
  8. "_from": "is-scoped@>=1.0.0 <2.0.0",
  9. "_id": "is-scoped@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-scoped",
  13. "_nodeVersion": "4.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/is-scoped-1.0.0.tgz_1490177629628_0.7818302102386951"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-scoped",
  26. "raw": "is-scoped@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/yeoman-environment"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz",
  36. "_shasum": "449ca98299e713038256289ecb2b540dc437cb30",
  37. "_shrinkwrap": null,
  38. "_spec": "is-scoped@^1.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/yeoman-environment",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/is-scoped/issues"
  47. },
  48. "dependencies": {
  49. "scoped-regex": "^1.0.0"
  50. },
  51. "description": "Check if a string is a scoped npm package name",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "449ca98299e713038256289ecb2b540dc437cb30",
  59. "tarball": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "2c1efd5c269d58abaa2072c499b75e161456c6dc",
  68. "homepage": "https://github.com/sindresorhus/is-scoped#readme",
  69. "keywords": [
  70. "detect",
  71. "is",
  72. "name",
  73. "npm",
  74. "package",
  75. "scoped",
  76. "validate",
  77. "validation"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. }
  85. ],
  86. "name": "is-scoped",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/is-scoped.git"
  92. },
  93. "scripts": {
  94. "test": "xo && ava"
  95. },
  96. "version": "1.0.0"
  97. }