Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-04-29 01:11:18 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 02:13:33 +0300
commitc8b66854adef8d91c4ad2b058db6f1ca48031b58 (patch)
tree5e34a1bc728c551d5fa1cbf6bd50d53a04c634f3 /node_modules/chownr
parentcbaf1c914036bc8ac1f9ea965ccba4fd690c8c45 (diff)
pacote@2.7.4
Diffstat (limited to 'node_modules/chownr')
-rw-r--r--node_modules/chownr/package.json84
1 files changed, 46 insertions, 38 deletions
diff --git a/node_modules/chownr/package.json b/node_modules/chownr/package.json
index 700666e4d..abdf31874 100644
--- a/node_modules/chownr/package.json
+++ b/node_modules/chownr/package.json
@@ -1,54 +1,62 @@
{
+ "_from": "chownr@~1.0.1",
+ "_id": "chownr@1.0.1",
+ "_integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=",
+ "_location": "/chownr",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "chownr@~1.0.1",
+ "name": "chownr",
+ "escapedName": "chownr",
+ "rawSpec": "~1.0.1",
+ "saveSpec": null,
+ "fetchSpec": "~1.0.1"
+ },
+ "_requiredBy": [
+ "/",
+ "/cacache",
+ "/pacote/tar-fs"
+ ],
+ "_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz",
+ "_shasum": "e2a75042a9551908bebd25b8523d5f9769d79181",
+ "_shrinkwrap": null,
+ "_spec": "chownr@~1.0.1",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
- "name": "chownr",
- "description": "like `chown -R`",
- "version": "1.0.1",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/chownr.git"
+ "bin": null,
+ "bugs": {
+ "url": "https://github.com/isaacs/chownr/issues"
},
- "main": "chownr.js",
- "files": [
- "chownr.js"
- ],
+ "bundleDependencies": false,
+ "dependencies": {},
+ "deprecated": false,
+ "description": "like `chown -R`",
"devDependencies": {
"mkdirp": "0.3",
"rimraf": "",
"tap": "^1.2.0"
},
- "scripts": {
- "test": "tap test/*.js"
- },
- "license": "ISC",
- "gitHead": "c6c43844e80d7c7045e737a72b9fbb1ba0579a26",
- "bugs": {
- "url": "https://github.com/isaacs/chownr/issues"
- },
+ "files": [
+ "chownr.js"
+ ],
"homepage": "https://github.com/isaacs/chownr#readme",
- "_id": "chownr@1.0.1",
- "_shasum": "e2a75042a9551908bebd25b8523d5f9769d79181",
- "_from": "chownr@>=1.0.1 <1.1.0",
- "_npmVersion": "3.2.2",
- "_nodeVersion": "2.2.1",
- "_npmUser": {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
+ "license": "ISC",
+ "main": "chownr.js",
+ "name": "chownr",
+ "optionalDependencies": {},
+ "peerDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/chownr.git"
},
- "dist": {
- "shasum": "e2a75042a9551908bebd25b8523d5f9769d79181",
- "tarball": "http://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz"
+ "scripts": {
+ "test": "tap test/*.js"
},
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz",
- "readme": "ERROR: No README data found!"
+ "version": "1.0.1"
}