File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/extract-files/package.json
{
"_args": [
[
"extract-files@5.0.1",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "extract-files@5.0.1",
"_id": "extract-files@5.0.1",
"_inBundle": false,
"_integrity": "sha512-qRW6y9eKF0VbCyOoOEtFhzJ3uykAw8GKwQVXyAIqwocyEWW4m+v+evec34RwtUkkxxHh7NKBLJ6AnXM8W4dH5w==",
"_location": "/extract-files",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "extract-files@5.0.1",
"name": "extract-files",
"escapedName": "extract-files",
"rawSpec": "5.0.1",
"saveSpec": null,
"fetchSpec": "5.0.1"
},
"_requiredBy": [
"/apollo-upload-client"
],
"_resolved": "https://registry.npmjs.org/extract-files/-/extract-files-5.0.1.tgz",
"_spec": "5.0.1",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Jayden Seric",
"email": "me@jaydenseric.com",
"url": "https://jaydenseric.com"
},
"browserslist": "> 0.5%, not dead, node 6",
"bugs": {
"url": "https://github.com/jaydenseric/extract-files/issues"
},
"description": "Clones a value, recursively extracting File, Blob and ReactNativeFile instances with their object paths, replacing them with null. FileList instances are treated as File instance arrays.",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"babel-eslint": "^10.0.1",
"eslint": "^5.12.1",
"eslint-config-env": "^2.0.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-import-order-alphabetical": "0.0.1",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"husky": "^1.3.1",
"if-ver": "^1.0.6",
"jsdoc-md": "^1.7.0",
"lint-staged": "^8.1.0",
"prettier": "^1.16.0",
"size-limit": "^0.21.1",
"tap": "^12.1.1"
},
"engines": {
"node": ">=6"
},
"eslintConfig": {
"extends": [
"env"
]
},
"eslintIgnore": [
"lib"
],
"files": [
"lib",
"!lib/test.*"
],
"homepage": "https://github.com/jaydenseric/extract-files#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"extract",
"file",
"files",
"File",
"FileList",
"Blob",
"react",
"native",
"esm",
"mjs"
],
"license": "MIT",
"lint-staged": {
"*.{mjs,js}": "eslint",
"*.{json,yml,md}": "prettier -l"
},
"main": "lib",
"name": "extract-files",
"prettier": {
"proseWrap": "never",
"singleQuote": true,
"semi": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaydenseric/extract-files.git"
},
"scripts": {
"prepare": "npm run prepare:clean && npm run prepare:mjs && npm run prepare:js && npm run prepare:jsdoc && npm run prepare:prettier",
"prepare:clean": "rm -rf lib",
"prepare:js": "babel src -d lib",
"prepare:jsdoc": "jsdoc-md",
"prepare:mjs": "BABEL_ESM=1 babel src -d lib --keep-file-extension",
"prepare:prettier": "prettier 'lib/**/*.{mjs,js}' readme.md --write",
"prepublishOnly": "npm run prepare && npm test",
"test": "npm run test:eslint && npm run test:prettier && npm run test:size && npm run test:mjs && npm run test:js",
"test:eslint": "eslint . --ext mjs,js",
"test:js": "node lib/test | tap-mocha-reporter spec",
"test:mjs": "if-ver -ge 8.5 || exit 0; node --experimental-modules --no-warnings lib/test | tap-mocha-reporter spec",
"test:prettier": "prettier '**/*.{json,yml,md}' -l",
"test:size": "size-limit"
},
"sideEffects": false,
"size-limit": [
{
"name": "ESM",
"path": "lib/index.mjs",
"limit": "500 B"
},
{
"name": "CJS",
"path": "lib/index.js",
"limit": "500 B"
}
],
"version": "5.0.1"
}