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
+54
View File
@@ -0,0 +1,54 @@
{
"_from": "natives@^1.1.0",
"_id": "natives@1.1.1",
"_inBundle": false,
"_integrity": "sha512-8eRaxn8u/4wN8tGkhlc2cgwwvOLMLUMUn4IYTexMgWd+LyUDfeXVkk2ygQR0hvIHbJQXgHujia3ieUUDwNGkEA==",
"_location": "/natives",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "natives@^1.1.0",
"name": "natives",
"escapedName": "natives",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/vinyl-fs/graceful-fs"
],
"_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.1.tgz",
"_shasum": "011acce1f7cbd87f7ba6b3093d6cd9392be1c574",
"_spec": "natives@^1.1.0",
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/vinyl-fs/node_modules/graceful-fs",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/natives/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Do stuff with Node.js's native JavaScript modules",
"devDependencies": {
"tap": "^11.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/isaacs/natives#readme",
"license": "ISC",
"main": "index.js",
"name": "natives",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/natives.git"
},
"scripts": {
"test": "tap test/*.js --100"
},
"version": "1.1.1"
}