package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "natives@^1.1.0",
  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": "range",
  10. "registry": true,
  11. "raw": "natives@^1.1.0",
  12. "name": "natives",
  13. "escapedName": "natives",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/graceful-fs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
  22. "_shasum": "a603b4a498ab77173612b9ea1acdec4d980f00bb",
  23. "_spec": "natives@^1.1.0",
  24. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/graceful-fs",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/addaleax/natives/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Do stuff with Node.js's native JavaScript modules",
  36. "devDependencies": {
  37. "tap": "^11.0.0"
  38. },
  39. "files": [
  40. "index.js"
  41. ],
  42. "homepage": "https://github.com/addaleax/natives#readme",
  43. "license": "ISC",
  44. "main": "index.js",
  45. "name": "natives",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/addaleax/natives.git"
  49. },
  50. "scripts": {
  51. "test": "tap test/*.js"
  52. },
  53. "version": "1.1.6"
  54. }