123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- {
- "_args": [
- [
- {
- "raw": "fined@^1.0.1",
- "scope": null,
- "escapedName": "fined",
- "name": "fined",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/liftoff"
- ]
- ],
- "_from": "fined@>=1.0.1 <2.0.0",
- "_id": "fined@1.0.2",
- "_inCache": true,
- "_location": "/fined",
- "_nodeVersion": "0.10.41",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/fined-1.0.2.tgz_1475705448430_0.6886874639894813"
- },
- "_npmUser": {
- "name": "phated",
- "email": "blaine.bublitz@gmail.com"
- },
- "_npmVersion": "2.15.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "fined@^1.0.1",
- "scope": null,
- "escapedName": "fined",
- "name": "fined",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/liftoff"
- ],
- "_resolved": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
- "_shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
- "_shrinkwrap": null,
- "_spec": "fined@^1.0.1",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/liftoff",
- "author": {
- "name": "JS CLI Team",
- "url": "https://github.com/js-cli"
- },
- "bugs": {
- "url": "https://github.com/js-cli/fined/issues"
- },
- "contributors": [
- {
- "name": "Takayuki Sato",
- "email": "t110000508260@yahoo.co.jp"
- },
- {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com"
- }
- ],
- "dependencies": {
- "expand-tilde": "^1.2.1",
- "lodash.assignwith": "^4.0.7",
- "lodash.isempty": "^4.2.1",
- "lodash.isplainobject": "^4.0.4",
- "lodash.isstring": "^4.0.1",
- "lodash.pick": "^4.2.1",
- "parse-filepath": "^1.0.1"
- },
- "description": "Find a file given a declaration of locations",
- "devDependencies": {
- "eslint": "^1.7.3",
- "eslint-config-gulp": "^2.0.0",
- "expect": "^1.19.0",
- "istanbul": "^0.4.3",
- "istanbul-coveralls": "^1.0.3",
- "jscs": "^2.3.5",
- "jscs-preset-gulp": "^1.0.0",
- "mocha": "^2.4.5"
- },
- "directories": {},
- "dist": {
- "shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
- "tarball": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "index.js",
- "LICENSE"
- ],
- "gitHead": "850b8dde2e520878a7ff62b9a6b4a45c82d19889",
- "homepage": "https://github.com/js-cli/fined#readme",
- "keywords": [],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "phated",
- "email": "blaine.bublitz@gmail.com"
- }
- ],
- "name": "fined",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/js-cli/fined.git"
- },
- "scripts": {
- "cover": "istanbul cover _mocha --report lcovonly",
- "coveralls": "npm run cover && istanbul-coveralls",
- "lint": "eslint . && jscs index.js test/",
- "pretest": "npm run lint",
- "test": "mocha --async-only"
- },
- "version": "1.0.2"
- }
|