12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_args": [
- [
- "cross-env@5.2.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "cross-env@5.2.1",
- "_id": "cross-env@5.2.1",
- "_inBundle": false,
- "_integrity": "sha1-ssdsHKet1m3IdNEXmEZglPVRs00=",
- "_location": "/cross-env",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "cross-env@5.2.1",
- "name": "cross-env",
- "escapedName": "cross-env",
- "rawSpec": "5.2.1",
- "saveSpec": null,
- "fetchSpec": "5.2.1"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npm.taobao.org/cross-env/download/cross-env-5.2.1.tgz?cache=0&sync_timestamp=1570033768127&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcross-env%2Fdownload%2Fcross-env-5.2.1.tgz",
- "_spec": "5.2.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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"
- },
- "dependencies": {
- "cross-spawn": "^6.0.5"
- },
- "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"
- }
|