setup-node/node_modules/fsevents/node_modules/chownr/package.json
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -05:00

64 lines
1.5 KiB
JSON

{
"_args": [
[
"chownr@1.1.1",
"/Users/eric/repos/actions/setup-node"
]
],
"_development": true,
"_from": "chownr@1.1.1",
"_id": "chownr@1.1.1",
"_inBundle": true,
"_integrity": "sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==",
"_location": "/fsevents/chownr",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "chownr@1.1.1",
"name": "chownr",
"escapedName": "chownr",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/fsevents/tar"
],
"_resolved": false,
"_spec": "1.1.1",
"_where": "/Users/eric/repos/actions/setup-node",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/chownr/issues"
},
"description": "like `chown -R`",
"devDependencies": {
"mkdirp": "0.3",
"rimraf": "",
"tap": "^12.0.1"
},
"files": [
"chownr.js"
],
"homepage": "https://github.com/isaacs/chownr#readme",
"license": "ISC",
"main": "chownr.js",
"name": "chownr",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/chownr.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js --cov"
},
"version": "1.1.1"
}