1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "blanket@^1.2.3",
- "_id": "blanket@1.2.3",
- "_inBundle": false,
- "_integrity": "sha1-FRtJh8O9hFUrtfA7kO9fflkx5HM=",
- "_location": "/blanket",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "blanket@^1.2.3",
- "name": "blanket",
- "escapedName": "blanket",
- "rawSpec": "^1.2.3",
- "saveSpec": null,
- "fetchSpec": "^1.2.3"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "http://registry.npm.taobao.org/blanket/download/blanket-1.2.3.tgz",
- "_shasum": "151b4987c3bd84552bb5f03b90ef5f7e5931e473",
- "_spec": "blanket@^1.2.3",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "author": {
- "name": "Alex-Seville",
- "email": "hi@alexanderseville.com",
- "url": "http://blanketjs.org"
- },
- "bugs": {
- "url": "https://github.com/alex-seville/blanket/issues"
- },
- "bundleDependencies": false,
- "config": {
- "blanket": {
- "pattern": "test",
- "data-cover-flags": {
- "debug": false
- },
- "loader": "./node-loaders/coffee-script",
- "data-cover-reporter-options": {
- "shortnames": true
- }
- },
- "travis-cov": {
- "threshold": 70,
- "removeKey": "branchFcn"
- }
- },
- "dependencies": {
- "acorn": "^1.0.3",
- "falafel": "~1.2.0",
- "foreach": "^2.0.5",
- "isarray": "0.0.1",
- "object-keys": "^1.0.6",
- "xtend": "~4.0.0"
- },
- "deprecated": false,
- "description": "seamless js code coverage",
- "devDependencies": {
- "async": "~1.4.0",
- "coffee-react": "^4.0.0",
- "coffee-script": "~1.9.3",
- "grunt": "~0.4.5",
- "grunt-cli": "^0.1.13",
- "grunt-contrib-clean": "~0.6.0",
- "grunt-contrib-concat": "~0.5.1",
- "grunt-contrib-jshint": "~0.11.2",
- "grunt-contrib-uglify": "~0.9.1",
- "load-grunt-tasks": "~3.2.0",
- "mocha": "~2.2.5",
- "phantomjs": "1.9.17",
- "react": "^0.13.3",
- "requirejs": "~2.1.19",
- "travis-cov": "*",
- "uglify-save-license": "~0.4.1"
- },
- "engines": {
- "node": ">=0.10.7"
- },
- "homepage": "https://github.com/alex-seville/blanket",
- "keywords": [
- "coverage"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "name": "blanket",
- "repository": {
- "type": "git",
- "url": "git://github.com/alex-seville/blanket.git"
- },
- "scripts": {
- "build": "grunt build",
- "test": "grunt --verbose blanketTest"
- },
- "version": "1.2.3"
- }
|