{
"_from": "find-index@^1.1.0",
"_id": "find-index@1.1.0",
"_inBundle": false,
"_integrity": "sha1-UwB8ec0wBA1oFteUWOiDfVxXBe8=",
"_location": "/find-index",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "find-index@^1.1.0",
"name": "find-index",
"escapedName": "find-index",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/broccoli-concat"
],
"_resolved": "https://registry.npmjs.org/find-index/-/find-index-1.1.0.tgz",
"_shasum": "53007c79cd30040d6816d79458e8837d5c5705ef",
"_spec": "find-index@^1.1.0",
"_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-concat",
"author": {
"name": "James Friend",
"email": "james@jsdf.co",
"url": "http://jsdf.co/"
},
"bugs": {
"url": "https://github.com/jsdf/find-index/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "finds an item in an array matching a predicate function, and returns its index",
"devDependencies": {
"array-findindex": "0.1.0",
"lodash.findindex": "3.2.0",
"tap": "^1.0.4"
},
"homepage": "https://github.com/jsdf/find-index",
"keywords": [
"array",
"findindex",
"es6",
"es2015",
"ponyfill",
"polyfill",
"find"
],
"license": "MIT",
"main": "index.js",
"name": "find-index",
"repository": {
"type": "git",
"url": "git://github.com/jsdf/find-index.git"
},
"scripts": {
"test": "tap test"
},
"version": "1.1.0"
}
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|