package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "natives@1.1.6",
  3. "_id": "natives@1.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==",
  6. "_location": "/natives",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "natives@1.1.6",
  12. "name": "natives",
  13. "escapedName": "natives",
  14. "rawSpec": "1.1.6",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.6"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/vinyl-fs/graceful-fs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
  24. "_shasum": "a603b4a498ab77173612b9ea1acdec4d980f00bb",
  25. "_spec": "natives@1.1.6",
  26. "_where": "/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/addaleax/natives/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Do stuff with Node.js's native JavaScript modules",
  38. "devDependencies": {
  39. "tap": "^11.0.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/addaleax/natives#readme",
  45. "license": "ISC",
  46. "main": "index.js",
  47. "name": "natives",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/addaleax/natives.git"
  51. },
  52. "scripts": {
  53. "test": "tap test/*.js"
  54. },
  55. "version": "1.1.6"
  56. }