123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- {
- "_args": [
- [
- {
- "raw": "collection-visit@^1.0.0",
- "scope": null,
- "escapedName": "collection-visit",
- "name": "collection-visit",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/cache-base"
- ]
- ],
- "_from": "collection-visit@>=1.0.0 <2.0.0",
- "_id": "collection-visit@1.0.0",
- "_inCache": true,
- "_location": "/collection-visit",
- "_nodeVersion": "7.7.3",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/collection-visit-1.0.0.tgz_1491775229437_0.10189219401217997"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "4.1.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "collection-visit@^1.0.0",
- "scope": null,
- "escapedName": "collection-visit",
- "name": "collection-visit",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/cache-base"
- ],
- "_resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
- "_shasum": "4bc0373c164bc3291b4d368c829cf1a80a59dca0",
- "_shrinkwrap": null,
- "_spec": "collection-visit@^1.0.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/cache-base",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/collection-visit/issues"
- },
- "contributors": [
- {
- "name": "Brian Woodward",
- "email": "brian.woodward@gmail.com",
- "url": "https://twitter.com/doowb"
- },
- {
- "name": "Jon Schlinkert",
- "email": "jon.schlinkert@sellside.com",
- "url": "http://twitter.com/jonschlinkert"
- }
- ],
- "dependencies": {
- "map-visit": "^1.0.0",
- "object-visit": "^1.0.0"
- },
- "description": "Visit a method over the items in an object, or map visit over the objects in an array.",
- "devDependencies": {
- "clone-deep": "^0.2.4",
- "gulp": "^3.9.1",
- "gulp-eslint": "^3.0.1",
- "gulp-format-md": "^0.1.12",
- "gulp-istanbul": "^1.1.1",
- "gulp-mocha": "^3.0.0",
- "mocha": "^3.2.0"
- },
- "directories": {},
- "dist": {
- "shasum": "4bc0373c164bc3291b4d368c829cf1a80a59dca0",
- "tarball": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "39c229dceb7e124cb821b59668df5da1d5c81a6c",
- "homepage": "https://github.com/jonschlinkert/collection-visit",
- "keywords": [
- "array",
- "arrays",
- "collection",
- "context",
- "function",
- "helper",
- "invoke",
- "key",
- "map",
- "method",
- "object",
- "objects",
- "value",
- "visit",
- "visitor"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- },
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "collection-visit",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/collection-visit.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "related": {
- "list": [
- "base-methods",
- "map-visit",
- "object-visit"
- ]
- },
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "lint": {
- "reflinks": true
- }
- },
- "version": "1.0.0"
- }
|