package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "is-resolvable@1.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-resolvable@1.1.0",
  10. "_id": "is-resolvable@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==",
  13. "_location": "/is-resolvable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-resolvable@1.1.0",
  19. "name": "is-resolvable",
  20. "escapedName": "is-resolvable",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/optimize-css-assets-webpack-plugin/cssnano"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Shinnosuke Watanabe",
  33. "url": "https://github.com/shinnn"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/shinnn/is-resolvable/issues"
  37. },
  38. "description": "Check if a module ID is resolvable with require()",
  39. "devDependencies": {
  40. "@shinnn/eslint-config-node": "^5.0.0",
  41. "eslint": "^4.16.0",
  42. "istanbul": "^0.4.5",
  43. "tape": "^4.8.0"
  44. },
  45. "eslintConfig": {
  46. "extends": "@shinnn/node",
  47. "rules": {
  48. "no-var": "off",
  49. "prefer-template": "off"
  50. }
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/shinnn/is-resolvable#readme",
  56. "keywords": [
  57. "file",
  58. "path",
  59. "resolve",
  60. "resolvable",
  61. "check",
  62. "module"
  63. ],
  64. "license": "ISC",
  65. "name": "is-resolvable",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/shinnn/is-resolvable.git"
  69. },
  70. "scripts": {
  71. "coverage": "istanbul cover --print=both test.js",
  72. "pretest": "eslint --fix --format=codeframe index.js test.js",
  73. "test": "node --throw-deprecation --track-heap-objects test.js"
  74. },
  75. "version": "1.1.0"
  76. }