updated sys and created publi

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-21 18:09:49 +01:00
parent 2a6e2ff863
commit cefd1c2ad0
9509 changed files with 744901 additions and 32263 deletions
+137
View File
@@ -0,0 +1,137 @@
{
"_args": [
[
{
"raw": "node.extend@^1.1.2",
"scope": null,
"escapedName": "node.extend",
"name": "node.extend",
"rawSpec": "^1.1.2",
"spec": ">=1.1.2 <2.0.0",
"type": "range"
},
"/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gulp-wrap"
]
],
"_from": "node.extend@>=1.1.2 <2.0.0",
"_id": "node.extend@1.1.6",
"_inCache": true,
"_location": "/node.extend",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/node.extend-1.1.6.tgz_1473179454389_0.5775601353961974"
},
"_npmUser": {
"name": "ljharb",
"email": "ljharb@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "node.extend@^1.1.2",
"scope": null,
"escapedName": "node.extend",
"name": "node.extend",
"rawSpec": "^1.1.2",
"spec": ">=1.1.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-wrap"
],
"_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz",
"_shasum": "a7b882c82d6c93a4863a5504bd5de8ec86258b96",
"_shrinkwrap": null,
"_spec": "node.extend@^1.1.2",
"_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gulp-wrap",
"author": {
"name": "dreamerslab",
"email": "ben@dreamerslab.com"
},
"bugs": {
"url": "https://github.com/dreamerslab/node.extend/issues"
},
"contributors": [
{
"name": "Jordan Harband"
}
],
"dependencies": {
"is": "^3.1.0"
},
"description": "A port of jQuery.extend that actually works on node.js",
"devDependencies": {
"@ljharb/eslint-config": "^8.0.0",
"covert": "^1.1.0",
"eslint": "^3.4.0",
"jscs": "^3.0.7",
"tape": "^4.6.0"
},
"directories": {},
"dist": {
"shasum": "a7b882c82d6c93a4863a5504bd5de8ec86258b96",
"tarball": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz"
},
"engines": {
"node": ">=0.4.0"
},
"gitHead": "c4131c74acef44f9ed0f9c30b10bdf496731f15f",
"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": [
{
"name": "dreamerslab",
"email": "ben@dreamerslab.com"
},
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"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",
"eslint": "eslint *.js */*.js",
"jscs": "jscs *.js */*.js",
"lint": "npm run jscs && npm run eslint",
"posttest": "npm run coverage-quiet",
"pretest": "npm run lint",
"test": "npm run --silent tests-only",
"tests-only": "node test"
},
"testling": {
"files": "test/index.js",
"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"
]
},
"version": "1.1.6"
}