1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "foreach@2.0.5",
- "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
- ]
- ],
- "_from": "foreach@2.0.5",
- "_id": "foreach@2.0.5",
- "_inBundle": false,
- "_integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
- "_location": "/foreach",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "foreach@2.0.5",
- "name": "foreach",
- "escapedName": "foreach",
- "rawSpec": "2.0.5",
- "saveSpec": null,
- "fetchSpec": "2.0.5"
- },
- "_requiredBy": [
- "/is-typed-array",
- "/which-typed-array"
- ],
- "_resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
- "_spec": "2.0.5",
- "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
- "author": {
- "name": "Manuel Stofer",
- "email": "manuel@takimata.ch"
- },
- "bugs": {
- "url": "https://github.com/manuelstofer/foreach/issues"
- },
- "contributors": [
- {
- "name": "Manuel Stofer"
- },
- {
- "name": "Jordan Harband",
- "url": "https://github.com/ljharb"
- }
- ],
- "dependencies": {},
- "description": "foreach component + npm package",
- "devDependencies": {
- "covert": "*",
- "tape": "*"
- },
- "homepage": "https://github.com/manuelstofer/foreach#readme",
- "keywords": [
- "shim",
- "Array.prototype.forEach",
- "forEach",
- "Array#forEach",
- "each"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "foreach",
- "repository": {
- "type": "git",
- "url": "git://github.com/manuelstofer/foreach.git"
- },
- "scripts": {
- "coverage": "covert test.js",
- "coverage-quiet": "covert --quiet test.js",
- "test": "node test.js"
- },
- "testling": {
- "files": "test.js",
- "browsers": [
- "iexplore/6.0..latest",
- "firefox/3.0",
- "firefox/15.0..latest",
- "firefox/nightly",
- "chrome/4.0",
- "chrome/22.0..latest",
- "chrome/canary",
- "opera/10.0..latest",
- "opera/next",
- "safari/5.0.5..latest",
- "ipad/6.0..latest",
- "iphone/6.0..latest",
- "android-browser/4.2"
- ]
- },
- "version": "2.0.5"
- }
|