You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-resolvable@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cssnano"
  6. ]
  7. ],
  8. "_from": "is-resolvable@>=1.0.0 <2.0.0",
  9. "_id": "is-resolvable@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-resolvable",
  13. "_nodeVersion": "9.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/is-resolvable-1.1.0.tgz_1516612223746_0.7059133381117135"
  17. },
  18. "_npmUser": {
  19. "email": "snnskwtnb@gmail.com",
  20. "name": "shinnn"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-resolvable",
  26. "raw": "is-resolvable@^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. "/cssnano"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
  36. "_shasum": "fb18f87ce1feb925169c9a407c19318a3206ed88",
  37. "_shrinkwrap": null,
  38. "_spec": "is-resolvable@^1.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cssnano",
  40. "author": {
  41. "name": "Shinnosuke Watanabe",
  42. "url": "https://github.com/shinnn"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/shinnn/is-resolvable/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Check if a module ID is resolvable with require()",
  49. "devDependencies": {
  50. "@shinnn/eslint-config-node": "^5.0.0",
  51. "eslint": "^4.16.0",
  52. "istanbul": "^0.4.5",
  53. "tape": "^4.8.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==",
  58. "shasum": "fb18f87ce1feb925169c9a407c19318a3206ed88",
  59. "tarball": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz"
  60. },
  61. "eslintConfig": {
  62. "extends": "@shinnn/node",
  63. "rules": {
  64. "no-var": "off",
  65. "prefer-template": "off"
  66. }
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "ec72480eff8dc3a97f61dbd702f8f333d7f7529c",
  72. "homepage": "https://github.com/shinnn/is-resolvable#readme",
  73. "keywords": [
  74. "check",
  75. "file",
  76. "module",
  77. "path",
  78. "resolvable",
  79. "resolve"
  80. ],
  81. "license": "ISC",
  82. "maintainers": [
  83. {
  84. "name": "shinnn",
  85. "email": "snnskwtnb@gmail.com"
  86. }
  87. ],
  88. "name": "is-resolvable",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/shinnn/is-resolvable.git"
  94. },
  95. "scripts": {
  96. "coverage": "istanbul cover --print=both test.js",
  97. "pretest": "eslint --fix --format=codeframe index.js test.js",
  98. "test": "node --throw-deprecation --track-heap-objects test.js"
  99. },
  100. "version": "1.1.0"
  101. }