package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "napi-build-utils@^1.0.1",
  3. "_id": "napi-build-utils@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==",
  6. "_location": "/napi-build-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "napi-build-utils@^1.0.1",
  12. "name": "napi-build-utils",
  13. "escapedName": "napi-build-utils",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
  22. "_shasum": "b1fddc0b2c46e380a0b7a76f984dd47c41a13806",
  23. "_spec": "napi-build-utils@^1.0.1",
  24. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\prebuild-install",
  25. "author": {
  26. "name": "Jim Schlight"
  27. },
  28. "binary": {
  29. "note": "napi-build-tools is not an N-API module. This entry is for unit testing.",
  30. "napi_versions": [
  31. 2,
  32. 2,
  33. 3
  34. ]
  35. },
  36. "bugs": {
  37. "url": "https://github.com/inspiredware/napi-build-utils/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "A set of utilities to assist developers of tools that build N-API native add-ons",
  42. "devDependencies": {
  43. "chai": "^4.1.2",
  44. "jsdoc-to-markdown": "^4.0.1",
  45. "mocha": "^5.2.0",
  46. "standard": "^12.0.1"
  47. },
  48. "homepage": "https://github.com/inspiredware/napi-build-utils#readme",
  49. "keywords": [
  50. "n-api",
  51. "prebuild",
  52. "prebuild-install"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "napi-build-utils",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/inspiredware/napi-build-utils.git"
  60. },
  61. "scripts": {
  62. "doc": "jsdoc2md index.js >index.md",
  63. "lint": "standard",
  64. "prepublishOnly": "npm run test && npm run doc",
  65. "test": "mocha test/ && npm run lint"
  66. },
  67. "version": "1.0.2"
  68. }