dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/node.extend/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

118 lines
2.8 KiB
JSON

{
"_args": [
[
"node.extend@~1.1.2",
"/Users/sid/Desktop/code/RustyCode/node_modules/gulp-remote-src"
]
],
"_from": "node.extend@>=1.1.2 <1.2.0",
"_id": "node.extend@1.1.5",
"_inCache": true,
"_installable": true,
"_location": "/node.extend",
"_nodeVersion": "2.1.0",
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "node.extend",
"raw": "node.extend@~1.1.2",
"rawSpec": "~1.1.2",
"scope": null,
"spec": ">=1.1.2 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/gulp-remote-src"
],
"_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.5.tgz",
"_shasum": "336bd4d9bf9f8a13028c153e67bf5dc506ac0093",
"_shrinkwrap": null,
"_spec": "node.extend@~1.1.2",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/gulp-remote-src",
"author": {
"email": "ben@dreamerslab.com",
"name": "dreamerslab"
},
"bugs": {
"url": "https://github.com/dreamerslab/node.extend/issues"
},
"contributors": [
{
"name": "Jordan Harband"
}
],
"dependencies": {
"is": "^3.0.1"
},
"description": "A port of jQuery.extend that actually works on node.js",
"devDependencies": {
"covert": "^1.1.0",
"jscs": "^1.13.1",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "336bd4d9bf9f8a13028c153e67bf5dc506ac0093",
"tarball": "http://registry.npmjs.org/node.extend/-/node.extend-1.1.5.tgz"
},
"engines": [
"node >= 0.4"
],
"gitHead": "e92f03dc1d62d8d18245a4200720f7e181663c0f",
"homepage": "https://github.com/dreamerslab/node.extend#readme",
"keywords": [
"extend",
"jQuery",
"jQuery extend",
"clone",
"copy",
"inherit"
],
"license": "(MIT OR GPL-2.0)",
"main": "index",
"maintainers": [
{
"email": "ben@dreamerslab.com",
"name": "dreamerslab"
},
{
"email": "ljharb@gmail.com",
"name": "ljharb"
}
],
"name": "node.extend",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/dreamerslab/node.extend.git"
},
"scripts": {
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet",
"lint": "jscs *.js */*.js",
"test": "npm run lint && node test/index.js && npm run coverage-quiet"
},
"testling": {
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
],
"files": "test/index.js"
},
"version": "1.1.5"
}