package.json 2.3 KB

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