Files
30-seconds-of-code/node_modules/copyfiles/package.json
2019-08-20 15:52:05 +02:00

62 lines
1.5 KiB
JSON

{
"_from": "copyfiles@^1.2.0",
"_id": "copyfiles@1.2.0",
"_inBundle": false,
"_integrity": "sha1-qNo6xBqiIgrim9PFi2mEKU8sWTw=",
"_location": "/copyfiles",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "copyfiles@^1.2.0",
"name": "copyfiles",
"escapedName": "copyfiles",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-1.2.0.tgz",
"_shasum": "a8da3ac41aa2220ae29bd3c58b6984294f2c593c",
"_spec": "copyfiles@^1.2.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": "",
"bin": {
"copyfiles": "./copyfiles",
"copyup": "./copyup"
},
"bugs": {
"url": "https://github.com/calvinmetcalf/copyfiles/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob": "^7.0.5",
"ltcdr": "^2.2.1",
"minimatch": "^3.0.3",
"mkdirp": "^0.5.1",
"noms": "0.0.0",
"through2": "^2.0.1"
},
"deprecated": false,
"description": "copy some files",
"devDependencies": {
"rimraf": "^2.2.6",
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"homepage": "https://github.com/calvinmetcalf/copyfiles#readme",
"license": "ISC",
"main": "index.js",
"name": "copyfiles",
"repository": {
"type": "git",
"url": "git://github.com/calvinmetcalf/copyfiles.git"
},
"scripts": {
"test": "tape test/test.*.js | tspec"
},
"version": "1.2.0"
}