Sha256: 8da6ba3984a23dc921bf3119f25d1b4cff485c382b55e448c6eea8d8a6fd37c6
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
{ "author": { "name": "Roman Shtylman", "email": "shtylman@gmail.com" }, "name": "process", "description": "process information for node.js and browsers", "keywords": [ "process" ], "version": "0.5.1", "repository": { "type": "git", "url": "git://github.com/shtylman/node-process.git" }, "browser": "./browser.js", "browserify": "./browser.js", "main": "./index.js", "engines": { "node": ">= 0.6.0" }, "readme": "# process\n\n```require('process');``` just like any other module.\n\nWorks in node.js and browsers via the browser.js shim provided with the module.\n\n## package manager notes\n\nIf you are writing a bundler to package modules for client side use, make sure you use the ```browser``` field hint in package.json.\n\nSee https://gist.github.com/4339901 for details.\n\nThe [script](https://github.com/shtylman/node-script) module will properly handle this field.\n\n\n", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/shtylman/node-process/issues" }, "_id": "process@0.5.1", "dist": { "shasum": "f9af36059dfe99556bd43fd220aabb617c1ef4a3" }, "_from": "process@~0.5.1", "_resolved": "https://registry.npmjs.org/process/-/process-0.5.1.tgz" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-wisp-source-0.7.0 | vendor/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/package.json |