{
  "_from": "arrive@^2.3.1",
  "_id": "arrive@2.4.1",
  "_inBundle": false,
  "_integrity": "sha1-VkyH8gvAm4DeeBEk2UMWlQBLgCA=",
  "_location": "/arrive",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "arrive@^2.3.1",
    "name": "arrive",
    "escapedName": "arrive",
    "rawSpec": "^2.3.1",
    "saveSpec": null,
    "fetchSpec": "^2.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/arrive/-/arrive-2.4.1.tgz",
  "_shasum": "564c87f20bc09b80de781124d9431695004b8020",
  "_spec": "arrive@^2.3.1",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "author": {
    "name": "Uzair Farooq",
    "email": "uzair.farooq@outlook.com"
  },
  "bugs": {
    "url": "https://github.com/uzairfarooq/arrive/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "arrive.js provides events to watch for DOM elements creation and removal. It makes use of Mutation Observers internally.",
  "directories": {
    "test": "tests"
  },
  "homepage": "https://github.com/uzairfarooq/arrive#readme",
  "keywords": [
    "jquery",
    "javascript",
    "js",
    "watch",
    "dynamic",
    "creation",
    "new",
    "element",
    "insertion",
    "listen"
  ],
  "license": "MIT",
  "main": "src/arrive.js",
  "name": "arrive",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uzairfarooq/arrive.git"
  },
  "scripts": {
    "test": "open ./tests/SpecRunner.html"
  },
  "version": "2.4.1"
}
