File: //home/arjun/projects/buyercall/node_modules/browserify-incremental/package.json
{
"_args": [
[
"browserify-incremental@3.1.1",
"/home/arjun/projects/buyercall"
]
],
"_development": true,
"_from": "browserify-incremental@3.1.1",
"_id": "browserify-incremental@3.1.1",
"_inBundle": false,
"_integrity": "sha512-PrFwOzLEdy27VRXK2uGjmjLq1aROBG7QoQq3eKanmm6Q8vuzT0ZNFCORHh3yJgNQQooXA9tOizGv4vCOmhrvRQ==",
"_location": "/browserify-incremental",
"_phantomChildren": {
"through": "2.3.8"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "browserify-incremental@3.1.1",
"name": "browserify-incremental",
"escapedName": "browserify-incremental",
"rawSpec": "3.1.1",
"saveSpec": null,
"fetchSpec": "3.1.1"
},
"_requiredBy": [
"/grunt-browserify"
],
"_resolved": "https://registry.npmjs.org/browserify-incremental/-/browserify-incremental-3.1.1.tgz",
"_spec": "3.1.1",
"_where": "/home/arjun/projects/buyercall",
"author": {
"name": "James Friend",
"email": "james@jsdf.co",
"url": "http://jsdf.co/"
},
"bin": {
"browserifyinc": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/jsdf/browserify-incremental/issues"
},
"dependencies": {
"JSONStream": "^0.10.0",
"browserify-cache-api": "^3.0.0",
"through2": "^2.0.0",
"xtend": "^4.0.0"
},
"description": "Fast incremental rebuilds for browserify",
"devDependencies": {
"browserify": "^13.0.0",
"eslint": "2.4.0",
"tap": "^5.7.0"
},
"homepage": "https://github.com/jsdf/browserify-incremental",
"license": "MIT",
"main": "index.js",
"name": "browserify-incremental",
"peerDependencies": {
"browserify": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/jsdf/browserify-incremental.git"
},
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"test": "npm run lint && tap test"
},
"version": "3.1.1"
}