package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "process@^0.11.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
  6. "_location": "/process",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "process@^0.11.1",
  12. "name": "process",
  13. "escapedName": "process",
  14. "rawSpec": "^0.11.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.11.1"
  17. },
  18. "_requiredBy": [
  19. "/path"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  22. "_shasum": "7332300e840161bda3e69a1d1d91a7d4bc16f182",
  23. "_spec": "process@^0.11.1",
  24. "_where": "/home/ubuntu/develop/src/daxia.dev/pkg/encrypt_utils/test_server/node_modules/path",
  25. "author": {
  26. "name": "Roman Shtylman",
  27. "email": "[email protected]"
  28. },
  29. "browser": "./browser.js",
  30. "bugs": {
  31. "url": "https://github.com/shtylman/node-process/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "process information for node.js and browsers",
  36. "devDependencies": {
  37. "mocha": "2.2.1",
  38. "zuul": "^3.10.3"
  39. },
  40. "engines": {
  41. "node": ">= 0.6.0"
  42. },
  43. "homepage": "https://github.com/shtylman/node-process#readme",
  44. "keywords": [
  45. "process"
  46. ],
  47. "license": "MIT",
  48. "main": "./index.js",
  49. "name": "process",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/shtylman/node-process.git"
  53. },
  54. "scripts": {
  55. "browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js",
  56. "test": "mocha test.js"
  57. },
  58. "version": "0.11.10"
  59. }