package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "natives@1.1.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "natives@1.1.0",
  10. "_id": "natives@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=",
  13. "_location": "/natives",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "natives@1.1.0",
  19. "name": "natives",
  20. "escapedName": "natives",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/vinyl-fs/graceful-fs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/natives/issues"
  38. },
  39. "description": "Do stuff with Node.js's native JavaScript modules",
  40. "devDependencies": {
  41. "tap": "^7.0.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/isaacs/natives#readme",
  47. "license": "ISC",
  48. "main": "index.js",
  49. "name": "natives",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/isaacs/natives.git"
  53. },
  54. "scripts": {
  55. "test": "tap test/*.js --100"
  56. },
  57. "version": "1.1.0"
  58. }