package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "natives@^1.1.0",
  6. "scope": null,
  7. "escapedName": "natives",
  8. "name": "natives",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/fstream/node_modules/graceful-fs"
  14. ]
  15. ],
  16. "_from": "natives@>=1.1.0 <2.0.0",
  17. "_id": "natives@1.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/natives",
  21. "_nodeVersion": "6.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/natives-1.1.0.tgz_1472583645072_0.9239758928306401"
  25. },
  26. "_npmUser": {
  27. "name": "isaacs",
  28. "email": "i@izs.me"
  29. },
  30. "_npmVersion": "3.10.7",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "natives@^1.1.0",
  34. "scope": null,
  35. "escapedName": "natives",
  36. "name": "natives",
  37. "rawSpec": "^1.1.0",
  38. "spec": ">=1.1.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/fstream/graceful-fs",
  43. "/vinyl-fs/graceful-fs"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
  46. "_shasum": "e9ff841418a6b2ec7a495e939984f78f163e6e31",
  47. "_shrinkwrap": null,
  48. "_spec": "natives@^1.1.0",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/fstream/node_modules/graceful-fs",
  50. "author": {
  51. "name": "Isaac Z. Schlueter",
  52. "email": "i@izs.me",
  53. "url": "http://blog.izs.me/"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/isaacs/natives/issues"
  57. },
  58. "dependencies": {},
  59. "description": "Do stuff with Node.js's native JavaScript modules",
  60. "devDependencies": {
  61. "tap": "^7.0.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "e9ff841418a6b2ec7a495e939984f78f163e6e31",
  66. "tarball": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "dc1297cdce008350b679dbb86be5bf5bbf8cacbf",
  72. "homepage": "https://github.com/isaacs/natives#readme",
  73. "license": "ISC",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "isaacs",
  78. "email": "i@izs.me"
  79. }
  80. ],
  81. "name": "natives",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/isaacs/natives.git"
  87. },
  88. "scripts": {
  89. "test": "tap test/*.js --100"
  90. },
  91. "version": "1.1.0"
  92. }