package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "npm-install-checks@3.0.2",
  3. "_id": "npm-install-checks@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E4kzkyZDIWoin6uT5howP8VDvkM+E8IQDcHAycaAxMbwkqhIg5eEYALnXOl3Hq9MrkdQB/2/g1xwBINXdKSRkg==",
  6. "_location": "/npm-install-checks",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "npm-install-checks@3.0.2",
  12. "name": "npm-install-checks",
  13. "escapedName": "npm-install-checks",
  14. "rawSpec": "3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.2"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-3.0.2.tgz",
  23. "_shasum": "ab2e32ad27baa46720706908e5b14c1852de44d9",
  24. "_spec": "npm-install-checks@3.0.2",
  25. "_where": "/Users/isaacs/dev/npm/cli",
  26. "author": {
  27. "name": "Robert Kowalski",
  28. "email": "rok@kowalski.gd"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/npm-install-checks/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "semver": "^2.3.0 || 3.x || 4 || 5"
  36. },
  37. "deprecated": false,
  38. "description": "checks that npm runs during the installation of a module",
  39. "devDependencies": {
  40. "mkdirp": "^0.5.1",
  41. "rimraf": "^2.6.3",
  42. "standard": "^5.4.1",
  43. "tap": "^12.4.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/npm/npm-install-checks",
  49. "keywords": [
  50. "npm,",
  51. "install"
  52. ],
  53. "license": "BSD-2-Clause",
  54. "main": "index.js",
  55. "name": "npm-install-checks",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/npm/npm-install-checks.git"
  59. },
  60. "scripts": {
  61. "test": "standard && tap --coverage test/*.js"
  62. },
  63. "version": "3.0.2"
  64. }