You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
2.1 KiB

{
"_from": "cross-env@^5.0.5",
"_id": "cross-env@5.2.1",
"_inBundle": false,
"_integrity": "sha1-ssdsHKet1m3IdNEXmEZglPVRs00=",
"_location": "/cross-env",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cross-env@^5.0.5",
"name": "cross-env",
"escapedName": "cross-env",
"rawSpec": "^5.0.5",
"saveSpec": null,
"fetchSpec": "^5.0.5"
},
"_requiredBy": [
"/vue-photo-preview"
],
"_resolved": "https://registry.npm.taobao.org/cross-env/download/cross-env-5.2.1.tgz",
"_shasum": "b2c76c1ca7add66dc874d11798466094f551b34d",
"_spec": "cross-env@^5.0.5",
"_where": "/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-photo-preview",
"author": {
"name": "Kent C. Dodds",
"email": "kent@doddsfamily.us",
"url": "http://kentcdodds.com/"
},
"bin": {
"cross-env": "dist/bin/cross-env.js",
"cross-env-shell": "dist/bin/cross-env-shell.js"
},
"bugs": {
"url": "https://github.com/kentcdodds/cross-env/issues"
},
"bundleDependencies": false,
"dependencies": {
"cross-spawn": "^6.0.5"
},
"deprecated": false,
"description": "Run scripts that set and use environment variables across platforms",
"devDependencies": {
"kcd-scripts": "^0.3.4"
},
"engines": {
"node": ">=4.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"files": [
"dist"
],
"homepage": "https://github.com/kentcdodds/cross-env#readme",
"keywords": [
"cross-environment",
"environment variable",
"windows"
],
"license": "MIT",
"main": "dist/index.js",
"name": "cross-env",
"repository": {
"type": "git",
"url": "git+https://github.com/kentcdodds/cross-env.git"
},
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"precommit": "kcd-scripts precommit",
"test": "kcd-scripts test",
"test:update": "npm test -- --updateSnapshot --coverage",
"validate": "kcd-scripts validate"
},
"version": "5.2.1"
}