kitchensink
Version:
Dispatch's awesome components and style guide
157 lines (156 loc) • 5.32 kB
JSON
{
"_args": [
[
"enzyme@^2.4.1",
"/Users/derekcaneja/Git/dispatch.me/kitchen/examples"
]
],
"_from": "enzyme@>=2.4.1 <3.0.0",
"_id": "enzyme@2.4.1",
"_inCache": true,
"_installable": true,
"_location": "/enzyme",
"_nodeVersion": "5.0.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/enzyme-2.4.1.tgz_1468000447818_0.1621358753181994"
},
"_npmUser": {
"email": "leland.m.richardson@gmail.com",
"name": "intelligibabble"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "enzyme",
"raw": "enzyme@^2.4.1",
"rawSpec": "^2.4.1",
"scope": null,
"spec": ">=2.4.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/enzyme/-/enzyme-2.4.1.tgz",
"_shasum": "90fa9861d982d0ceb92a9fd57e38426a2f74d3b1",
"_shrinkwrap": null,
"_spec": "enzyme@^2.4.1",
"_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples",
"author": {
"email": "leland.richardson@airbnb.com",
"name": "Leland Richardson"
},
"bugs": {
"url": "https://github.com/airbnb/enzyme/issues"
},
"dependencies": {
"cheerio": "^0.20.0",
"is-subset": "^0.1.1",
"lodash": "^4.13.1",
"object-is": "^1.0.1",
"object.assign": "^4.0.3",
"object.values": "^1.0.3"
},
"description": "JavaScript Testing utilities for React",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-preset-airbnb": "^2.0.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"enzyme-example-jest": "^0.1.0",
"enzyme-example-karma": "^0.1.1",
"enzyme-example-karma-webpack": "^0.1.4",
"enzyme-example-mocha": "^0.1.0",
"enzyme-example-react-native": "^0.1.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.0",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"gitbook-cli": "^1.0.1",
"istanbul": "^1.0.0-alpha.2",
"jsdom": "^6.1.0",
"mocha": "^2.5.3",
"rimraf": "^2.5.2",
"sinon": "^1.17.4"
},
"directories": {},
"dist": {
"shasum": "90fa9861d982d0ceb92a9fd57e38426a2f74d3b1",
"tarball": "https://registry.npmjs.org/enzyme/-/enzyme-2.4.1.tgz"
},
"gitHead": "811ec8dca4e8eb46dc10fcb70e1412d81872982b",
"homepage": "https://github.com/airbnb/enzyme#readme",
"keywords": [
"assertion helpers",
"flux",
"javascript",
"mocha",
"react",
"reactjs",
"shallow rendering",
"shallowRender",
"tdd",
"test",
"test utils",
"testing"
],
"license": "MIT",
"main": "build",
"maintainers": [
{
"name": "airbnb",
"email": "jordan.harband+npm@airbnb.com"
},
{
"name": "intelligibabble",
"email": "leland.m.richardson@gmail.com"
},
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "enzyme",
"optionalDependencies": {},
"peerDependencies": {
"react": "0.13.x || 0.14.x || ^15.0.0-0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/airbnb/enzyme.git"
},
"scripts": {
"build": "babel src --out-dir build",
"check": "npm run lint && npm run test:all",
"clean": "rimraf build",
"docs:build": "npm run docs:prepare && gitbook build",
"docs:clean": "rimraf _book",
"docs:prepare": "gitbook install",
"docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git fetch https://github.com/airbnb/enzyme.git gh-pages && git checkout -b gh-pages && git add . && git commit -am 'update book' && git push https://github.com/airbnb/enzyme.git gh-pages --force",
"docs:watch": "npm run docs:prepare && gitbook serve",
"lint": "eslint src/** test/**",
"postversion": "git push && git push --tags && npm run clean && npm run docs:publish",
"prepublish": "npm run clean && npm run build",
"pretest": "npm run lint",
"preversion": "npm run clean && npm run check",
"react:13": "npm run react:clean && npm i react@0.13",
"react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
"react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15",
"react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
"test": "npm run test:only",
"test:all": "npm run react:13 && npm run test:only && npm run react:14 && npm run test:only && npm run react:15 && npm run test:only",
"test:env": "sh ./example-test.sh",
"test:only": "mocha --require withDom.js --compilers js:babel-core/register --recursive test/*.js --reporter dot",
"test:single": "mocha --require withDom.js --compilers js:babel-core/register --watch --reporter dot",
"test:watch": "mocha --require withDom.js --compilers js:babel-core/register --recursive test/*.js --watch --reporter dot",
"travis": "babel-node ./node_modules/.bin/istanbul cover --report html _mocha -- --require withDom.js test --recursive",
"version": "npm run build"
},
"version": "2.4.1"
}