package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "is-module@^1.0.0",
  3. "_id": "is-module@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=",
  6. "_location": "/is-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-module@^1.0.0",
  12. "name": "is-module",
  13. "escapedName": "is-module",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@rollup/plugin-node-resolve"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  22. "_shasum": "3258fb69f78c14d5b815d664336b4cffb6441591",
  23. "_spec": "is-module@^1.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@rollup\\plugin-node-resolve",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/component/is-module/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "check if a source string is an es6 module",
  36. "devDependencies": {
  37. "mocha": "*"
  38. },
  39. "homepage": "https://github.com/component/is-module#readme",
  40. "keywords": [
  41. "es6",
  42. "module",
  43. "modules"
  44. ],
  45. "license": "MIT",
  46. "name": "is-module",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/component/is-module.git"
  50. },
  51. "scripts": {
  52. "test": "mocha --reporter spec --bail"
  53. },
  54. "version": "1.0.0"
  55. }