package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "natives@^1.1.0",
  3. "_id": "natives@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Q29yeg9aFKwhLVdkTAejM/HvYG0Y1Am1+HUkFQGn5k2j8GS+v60TVmZh6nujpEAj/qql+wGUrlryO8bF+b1jEg==",
  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. "/vinyl-fs/graceful-fs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.4.tgz",
  22. "_shasum": "2f0f224fc9a7dd53407c7667c84cf8dbe773de58",
  23. "_spec": "natives@^1.1.0",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/vinyl-fs/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.4"
  54. }