aboutsummaryrefslogtreecommitdiff
path: root/node_modules/natives/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/natives/package.json')
-rw-r--r--node_modules/natives/package.json91
1 files changed, 13 insertions, 78 deletions
diff --git a/node_modules/natives/package.json b/node_modules/natives/package.json
index aad63431e..f1a72d23d 100644
--- a/node_modules/natives/package.json
+++ b/node_modules/natives/package.json
@@ -1,90 +1,25 @@
{
- "_args": [
- [
- {
- "raw": "natives@^1.1.0",
- "scope": null,
- "escapedName": "natives",
- "name": "natives",
- "rawSpec": "^1.1.0",
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/gulp/node_modules/graceful-fs"
- ]
- ],
- "_from": "natives@>=1.1.0 <2.0.0",
- "_id": "natives@1.1.0",
- "_inCache": true,
- "_location": "/natives",
- "_nodeVersion": "6.5.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/natives-1.1.0.tgz_1472583645072_0.9239758928306401"
- },
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_npmVersion": "3.10.7",
- "_phantomChildren": {},
- "_requested": {
- "raw": "natives@^1.1.0",
- "scope": null,
- "escapedName": "natives",
- "name": "natives",
- "rawSpec": "^1.1.0",
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
+ "name": "natives",
+ "version": "1.1.0",
+ "description": "Do stuff with Node.js's native JavaScript modules",
+ "main": "index.js",
+ "scripts": {
+ "test": "tap test/*.js --100"
},
- "_requiredBy": [
- "/gulp/graceful-fs"
- ],
- "_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
- "_shasum": "e9ff841418a6b2ec7a495e939984f78f163e6e31",
- "_shrinkwrap": null,
- "_spec": "natives@^1.1.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp/node_modules/graceful-fs",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/isaacs/natives.git"
},
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "license": "ISC",
"bugs": {
"url": "https://github.com/isaacs/natives/issues"
},
- "dependencies": {},
- "description": "Do stuff with Node.js's native JavaScript modules",
+ "homepage": "https://github.com/isaacs/natives#readme",
"devDependencies": {
"tap": "^7.0.0"
},
- "directories": {},
- "dist": {
- "shasum": "e9ff841418a6b2ec7a495e939984f78f163e6e31",
- "tarball": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz"
- },
"files": [
"index.js"
- ],
- "gitHead": "dc1297cdce008350b679dbb86be5bf5bbf8cacbf",
- "homepage": "https://github.com/isaacs/natives#readme",
- "license": "ISC",
- "main": "index.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "natives",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/isaacs/natives.git"
- },
- "scripts": {
- "test": "tap test/*.js --100"
- },
- "version": "1.1.0"
+ ]
}