85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"_from": "fs-copy-file-sync@^1.1.1",
|
|
"_id": "fs-copy-file-sync@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2QY5eeqVv4m2PfyMiEuy9adxNP+ajf+8AR05cEi+OAzPcOj90hvFImeZhTmKLBgSd9EvG33jsD7ZRxsx9dThkQ==",
|
|
"_location": "/fs-copy-file-sync",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "fs-copy-file-sync@^1.1.1",
|
|
"name": "fs-copy-file-sync",
|
|
"escapedName": "fs-copy-file-sync",
|
|
"rawSpec": "^1.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/sharp"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fs-copy-file-sync/-/fs-copy-file-sync-1.1.1.tgz",
|
|
"_shasum": "11bf32c096c10d126e5f6b36d06eece776062918",
|
|
"_spec": "fs-copy-file-sync@^1.1.1",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/sharp",
|
|
"author": {
|
|
"name": "coderaiser",
|
|
"email": "mnemonic.enemy@gmail.com",
|
|
"url": "https://github.com/coderaiser"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/coderaiser/fs-copy-file-sync/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "fs.copyFileSync ponyfill",
|
|
"devDependencies": {
|
|
"babel-eslint": "^8.0.0",
|
|
"buble": "^0.19.2",
|
|
"coveralls": "^3.0.0",
|
|
"eslint": "^4.0.0",
|
|
"nodemon": "^1.11.0",
|
|
"nyc": "^11.0.2",
|
|
"pullout": "^1.0.1",
|
|
"redrun": "^6.0.0",
|
|
"rimraf": "^2.6.2",
|
|
"tape": "^4.2.0",
|
|
"try-catch": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"homepage": "http://github.com/coderaiser/fs-copy-file-sync",
|
|
"keywords": [
|
|
"ponyfill",
|
|
"copy",
|
|
"file",
|
|
"copyFileSync",
|
|
"fs"
|
|
],
|
|
"license": "MIT",
|
|
"main": "legacy/fs-copy-file-sync.js",
|
|
"name": "fs-copy-file-sync",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/coderaiser/fs-copy-file-sync.git"
|
|
},
|
|
"scripts": {
|
|
"6to5": "buble lib -o legacy",
|
|
"build": "redrun 6to5 legacy",
|
|
"coverage": "nyc npm test",
|
|
"legacy": "echo \"module.exports = require('./fs-copy-file-sync');\" > legacy/index.js",
|
|
"lint": "redrun lint:*",
|
|
"lint:lib": "eslint lib",
|
|
"lint:test": "eslint --rule 'no-console:0' test",
|
|
"prebuild": "rimraf legacy",
|
|
"report": "nyc report --reporter=text-lcov | coveralls",
|
|
"test": "tape test/*.js",
|
|
"watch:test": "npm run watcher -- \"npm test\"",
|
|
"watcher": "nodemon -w lib -w test -x",
|
|
"wisdom": "npm run build"
|
|
},
|
|
"version": "1.1.1"
|
|
}
|